home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 1322 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nyx10.cs.du.edu!not-for-mail
  2. From: rdavis@nyx10.cs.du.edu (Robert Davis)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: HELP SEE THE WWW!
  5. Date: 27 Feb 1996 15:16:07 -0700
  6. Organization: University of Denver, Math/CS Dept.
  7. Message-ID: <4gvvr7$cs0@nyx10.cs.du.edu>
  8. References: <DnG5o6.13I@freenet.carleton.ca>
  9. NNTP-Posting-Host: nyx10.nyx.net
  10. X-Newsreader: NN version 6.5.0 #3 (NOV)
  11.  
  12.  
  13.  
  14. Here is the login script created by iNTERiNSTALL ...
  15. It works for my ISP ...
  16.  
  17. #MODULE FOR iNTERiNSTALL 1.51 - 
  18. # Submitted by Thomas Barker (72027.3476@compuserve.com)
  19. #
  20. ECHO OFF
  21. TIMEOUT 3600    ; Set maximum wait time (in ticks)
  22. REDIAL "BUSY"   ; Redial on busy signal
  23. DELAY 60        ; was 100
  24. SEND ""         ; send a CR=LF
  25. DELAY 50
  26. SEND "atz"      ; Initialize the modem
  27. DELAY 20
  28. WAIT "K"        ; Wait for the K in OK
  29. SEND "ATDT3426681" ; Dial
  30. DELAY 20
  31. WAIT "CT"       ; Wait for CT in connect
  32. DELAY 50
  33. SEND ""         ; Send a CR-LF
  34. DELAY 20
  35. WAIT "ogin:"        ; Wait for Name: prompt
  36. SEND "username" ; Send your User ID
  37. DELAY 20
  38. WAIT "d:"       ; Wait for d: in Password:
  39. SEND "password" ; Send your password
  40. DELAY 50
  41. #END
  42.  
  43.  
  44. -- 
  45. rdavis@nyx.net     Robert (Bob) Davis
  46.                    Amateur Radio K0FPC
  47.                    Emporia, Kansas
  48.